Skip to content

public Election::addConstraint

Read it at the source

Description

php
public Election->addConstraint ( string $constraintClass ): true

Add a constraint rules as a valid class path.

Parameter

constraintClass: string

A valid class path. Class must extend VoteConstraint class.

Return value

(true) True on success.

Throws:

  • CondorcetPHP\Condorcet\Throwable\VoteConstraintException


Tutorial

Released under the MIT License.